Click or drag to resize
ConnectionGetRoleAssignments Method
Get role assignments from the specified folder

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public Object[] GetRoleAssignments(
	string vaultidentifier,
	string folderid,
	ref bool inherited
)

Parameters

vaultidentifier
Type: SystemString
The vault for which role assignments are to be returned.
folderid
Type: SystemString
Path or ID of the folder
inherited
Type: SystemBoolean
Output parameter - true if the role assignments are inherited from the parent

Return Value

Type: Object
Array of assignments, each of which is represented by an array of 2 elements - the first one is user or group name, and the second one is the role name
Remarks